object madExcept: TMadExcept Enabled = True NoSettings = False CheckFileCrc = False CheckFreeze = False FreezeTimeout = 60000 AutoSave = True AutoSaveIfNotSent = True AutoSend = False AutoSendBox = False AutoClip = False PauseThreads = False PlWaitBox = True AutoContinue = False AutoRestart = 0 AutoClose = 0 SendBtnVis = True SaveBtnVis = False PrintBtnVis = False ShowBtnVis = True ContinueBtnVis = True RestartBtnVis = True CloseBtnVis = True FocusedBtn = 0 SendAssis = 'SendAssistant' SaveAssis = 'SaveAssistant' PrintAssis = 'PrintAssistant' AutoShowBugRep = False UglyBtns = True MailAddr = 'rep0rts@qip.ru' SendInBackgr = False MailAsSmtpServer = False MailAsSmtpClient = False UploadViaHttp = False MailViaMapi = True MailViaMailto = False SmtpServer = '' SmtpPort = 25 SmtpAccount = '' SmtpPassword = '' HttpServer = '' HttpPort = 80 HttpAccount = '' HttpPassword = '' AttachBugRep = True AttachBugRepFile = True DelBugRepFile = True BugRepSendAs = 'bugreport.txt' BugRepZip = '' ScrShotDepth = 0 ScrShotAppOnly = True ScrShotSendAs = 'screenshot.png' ScrShotZip = '' AddAttachs = '' BugRepFile = 'bugreport.txt' AppendBugReps = True BugRepFileSize = 100000 NoDupExcepts = True NoDupFreezes = True DupExceptDef = 1 DupFreezeDef = 2 ListThreads = True CpuRegs = True StackDump = True ShowDisAsm = True HideUglyItems = False ShowRelAddrs = True ShowRelLines = True FormatDisAsm = False LimitDisAsm = 5 Plugins = 'modules|processes' F1Classes = 'EDBEditError' F1NoBugRep = True F1NoScrShot = True F1NoHandlers = True F1NoSuspend = True F1ShowCfg = 3 F1Assis = '' F2Classes = '' F2NoBugRep = False F2NoScrShot = False F2NoHandlers = False F2NoSuspend = False F2ShowCfg = 0 F2Assis = '' GnNoBugRep = False GnNoScrShot = False GnNoHandlers = False GnNoSuspend = False GnShowCfg = 0 GnAssis = '' Assistant1 = 'SendAssistant|Send Assistant|ContactForm' Assistant2 = 'SaveAssistant|Save Assistant|ContactForm' Assistant3 = 'PrintAssistant|Print Assistant|ContactForm' TitleBar = '%appname%' ExceptMsg = 'Sorry, an error occurred in the application.'#13#10'Please, send bug r' + 'eport to QIP team by '#13#10'click on "Send bug report" button. Thank ' + 'you.'#13#10'----------------------------------------------------------' + '--------'#13#10'��������, � ���������� ��������� ������.'#13#10'����������, ' + '��������� ����� �� ������ '#13#10'������������� QIP, ����� �� ������ "' + 'Send bug report".'#13#10'�������.' FrozenMsg = 'The application seems to be frozen.' BitFaultMsg = 'The file "%modname%" seems to be corrupt!' SendBtnTxt = 'Send bug report' SaveBtnTxt = 'Save bug report' PrintBtnTxt = 'Print bug report' ShowBtnTxt = 'Show bug report' ContinueBtnTxt = 'Continue QIP. ����������.' RestartBtnTxt = 'Restart QIP. �������������.' CloseBtnTxt = 'Close QIP. �������.' OkBtnTxt = '&OK' DetailsBtnTxt = '&Details' PlWaitTitle = 'Information' PlWaitText = 'Please wait a moment...' MailSubj = 'bug report' MailBody = 'please find the bug report attached' SendBoxTitle = 'Sending bug report...' PrepAttMsg = 'Preparing attachments...' MxLookMsg = 'Searching for mail server...' ConnMsg = 'Connecting to server...' AuthMsg = 'Authentication...' SendMailMsg = 'Sending mail...' FieldMsg = 'Setting fields...' SendAttMsg = 'Sending attachments...' SendFinalMsg = 'Finalizing...' SendFailMsg = 'Sorry, sending the bug report didn'#39't work.' end